Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update minor and patch for gatsby-recipes #27134

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/schema ^7.0.0 -> ^7.1.2 age adoption passing confidence
@graphql-tools/utils ^7.0.2 -> ^7.1.5 age adoption passing confidence
@hapi/hoek 8.x.x -> 8.x age adoption passing confidence
@mdx-js/mdx (source) ^2.0.0-next.4 -> ^2.0.0-next.8 age adoption passing confidence
@mdx-js/react (source) ^2.0.0-next.4 -> ^2.0.0-next.8 age adoption passing confidence
@mdx-js/runtime (source) ^2.0.0-next.4 -> ^2.0.0-next.8 age adoption passing confidence
@rollup/plugin-babel ^5.1.0 -> ^5.2.2 age adoption passing confidence
@rollup/plugin-replace ^2.3.3 -> ^2.3.4 age adoption passing confidence
chokidar ^3.4.2 -> ^3.4.3 age adoption passing confidence
contentful-management (source) ^5.26.3 -> ^5.28.0 age adoption passing confidence
execa ^4.0.2 -> ^4.1.0 age adoption passing confidence
fetch-mock-jest ^1.3.0 -> ^1.5.1 age adoption passing confidence
graphql ^14.6.0 -> ^14.7.0 age adoption passing confidence
hicat ^0.7.0 -> ^0.8.0 age adoption passing confidence
node-fetch ^2.5.0 -> ^2.6.1 age adoption passing confidence
prettier (source) ^2.0.5 -> ^2.2.1 age adoption passing confidence
prop-types (source) ^15.6.1 -> ^15.7.2 age adoption passing confidence
property-information 5.5.0 -> 5.6.0 age adoption passing confidence
remark-mdx (source) ^2.0.0-next.4 -> ^2.0.0-next.8 age adoption passing confidence
remark-mdxjs (source) ^2.0.0-next.4 -> ^2.0.0-next.8 age adoption passing confidence
remark-stringify (source) ^8.1.0 -> ^8.1.1 age adoption passing confidence
rollup (source) ^2.34.2 -> ^2.35.1 age adoption passing confidence
rollup-plugin-internal ^1.0.0 -> ^1.0.4 age adoption passing confidence
semver ^7.3.2 -> ^7.3.4 age adoption passing confidence
subscriptions-transport-ws ^0.9.16 -> ^0.9.18 age adoption passing confidence
terminal-link ^2.0.0 -> ^2.1.1 age adoption passing confidence
unist-util-remove ^2.0.0 -> ^2.0.1 age adoption passing confidence
unist-util-visit ^2.0.2 -> ^2.0.3 age adoption passing confidence
urql (source) ^1.9.7 -> ^1.11.4 age adoption passing confidence
ws ^7.3.0 -> ^7.4.1 age adoption passing confidence
xstate ^4.9.1 -> ^4.15.1 age adoption passing confidence
yoga-layout-prebuilt ^1.9.6 -> ^1.10.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools

v7.1.2

Compare Source

Patch Changes

v7.1.0

Compare Source

Minor Changes
  • 4f5a4ef: enhance(schema): add some options to improve schema creation performance
Patch Changes
  • 65ed780: enhance(schema): do not visit resolvers if no validation is selected
  • b79e3a6: enhance(schema): do not visit abstract types if requireResolversForResolveType not present
  • Updated dependencies [4f5a4efe]
hapijs/hoek

v8.5.1

Compare Source

v8.5.0

Compare Source

v8.4.0

Compare Source

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

mdx-js/mdx

v2.0.0-next.8

Compare Source

v2.0.0-next.7

Compare Source

v2.0.0-next.6

Compare Source

v2.0.0-next.5

Compare Source

paulmillr/chokidar

v3.4.3

Compare Source

contentful/contentful-management.js

v5.28.0

Compare Source

Features

v5.27.3

Compare Source

Bug Fixes

v5.27.2

Compare Source

Bug Fixes

v5.27.1

Compare Source

Bug Fixes

v5.27.0

Compare Source

Features
  • all typescript definitions are generated from sources (#​364) (c4a7e33)

v5.26.8

Compare Source

Bug Fixes

v5.26.7

Compare Source

Bug Fixes

v5.26.6

Compare Source

Bug Fixes

v5.26.5

Compare Source

Bug Fixes
  • organizationApi: correct getTeam() and getTeams() documentation (#​337) (54509a5)

v5.26.4

Compare Source

Bug Fixes
  • assetProcessing: increase timeout parameter for asset processing (#​336) (7dc81ef)
  • errorHandling: Management tokens are always obscured (c76bc95)
  • tests: Temporarily comment out flaky asset tests (#​342) (232f353)
sindresorhus/execa

v4.1.0

Compare Source

v4.0.3

Compare Source

  • Fix use of floating number for the timeout and forceKillAfterTimeout options (#​431) 9a157b3
wheresrhys/fetch-mock-jest

v1.5.1

Compare Source

graphql/graphql-js

v14.7.0

Compare Source

v14.7.0 (2020-07-06)
New Feature 🚀
Committers: 1
rstacruz/hicat

v0.8.0

Compare Source

Thanks to @​hoobdeebla for putting together this maintenance release.

bitinn/node-fetch

v2.6.1

Compare Source

This is an important security release. It is strongly recommended to update as soon as possible.

See CHANGELOG for details.

v2.6.0

Compare Source

See CHANGELOG.

prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

v2.2.0

Compare Source

diff

🔗 Release Notes

v2.1.2

Compare Source

diff

Fix formatting for directives in fields (#​9116 by @​sosukesuzuki)

v2.1.1

Compare Source

diff

Fix format on html with frontMatter (#​9043 by @​fisker)
<!-- Input -->
---
layout: foo
---

Test <a
href="https://prettier.io">abc</a>.

<!-- Prettier stable -->
TypeError: Cannot read property 'end' of undefined
  ...

<!-- Prettier master -->
---
layout: foo
---

Test <a href="https://prettier.io">abc</a>.
Fix broken format for ...infer T (#​9044 by @​fisker)
// Input
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;

// Prettier stable
type Tail<T extends any[]> = T extends [infer U, ...(infer R)] ? R : never;

// Prettier master
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;
Fix format on style[lang="sass"] (#​9051 by @​fisker)
<!-- Input -->
<style lang="sass">
.hero
  @&#8203;include background-centered
</style>

<!-- Prettier stable -->
<style lang="sass">
.hero @&#8203;include background-centered;
</style>

<!-- Prettier master -->
<style lang="sass">
  .hero
    @&#8203;include background-centered
</style>
Fix self-closing blocks and blocks with src attribute format (#​9052, #​9055 by @​fisker)
<!-- Input -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />

<!-- Prettier stable -->
<custom lang="markdown" src="./foo.md">

</custom>
<custom lang="markdown" src="./foo.md"

/>
<custom lang="markdown"

/>

<!-- Prettier master -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />

v2.1.0

Compare Source

diff

🔗 Release Notes

facebook/prop-types

v15.7.2

Compare Source

  • [Fix] ensure nullish values in oneOf do not crash (#​256)
  • [Fix] move loose-envify back to production deps, for browerify usage (#​203)

v15.7.1

Compare Source

v15.7.0

Compare Source

  • [New] Add .elementType (#​211)
  • [New] add PropTypes.resetWarningCache (#​178)
  • oneOf: improve warning when multiple arguments are supplied (#​244)
  • Fix oneOf when used with Symbols (#​224)
  • Avoid relying on hasOwnProperty being present on values' prototypes (#​112, #​187)
  • Improve readme (#​248, #​233)
  • Clean up mistaken runtime dep, swap envify for loose-envify (#​204)

v15.6.2

Compare Source

  • Remove the fbjs dependency by inlining some helpers from it (#​194))
wooorm/property-information

v5.6.0

Compare Source

remarkjs/remark

v8.1.1

Compare Source

  • 4a49fbc Add deprecation note for entities options

See remark@12.0.1

rollup/rollup

v2.35.1

Compare Source

2020-12-14

Bug Fixes
  • Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event (#​3909)
  • Automatically close all bundles on generate errors when watching and using the CLI (#​3909)
  • Try to create remaining bundles when watching and one of them throws (#​3909)
Pull Requests

v2.35.0

Compare Source

2020-12-14

Features
  • Add closeBundle hook that is triggered by bundle.close() in the JS API (#​3883)
Pull Requests
ashleyw/rollup-plugin-internal

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

npm/node-semver

v7.3.4

Compare Source

v7.3.3

Compare Source

apollostack/subscriptions-transport-ws

v0.9.18

Compare Source

Bug Fixes
New Features

v0.9.17

Compare Source

sindresorhus/terminal-link

v2.1.1

Compare Source

v2.1.0

Compare Source

  • Add fallback: false option to disable the fallback (#​13) adf3b1c
syntax-tree/unist-util-remove

v2.0.1

Compare Source

  • 84450e1 Refactor to improve bundle size
syntax-tree/unist-util-visit

v2.0.3

Compare Source

FormidableLabs/urql

v1.11.4

Compare Source

Patch Changes
  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @​kitten (See #​1187)
  • Add suspense: false to options when executeQuery is called explicitly, by @​kitten (See #​1181)
  • Updated dependencies (See #​1187, #​1186, and #​1186)

v1.11.3

Compare Source

Patch Changes
  • ⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to useSource in a render update. This was previously then causing us to subscribe to an outdated source in useEffect since the updated source would be ignored by the time we reach useEffect in useSource, by @​kitten (See #​1157)

v1.11.2

Compare Source

Patch Changes
  • ⚠️ Fix regression in client-side Suspense behaviour. This has been fixed in urql@1.11.0 and @urql/preact@1.4.0 but regressed in the patches afterwards that were aimed at fixing server-side Suspense, by @​kitten (See #​1142)

v1.11.1

Compare Source

Patch Changes

v1.11.0

Compare Source

Minor Changes
  • Improve the Suspense implementation, which fixes edge-cases when Suspense is used with subscriptions, partially disabled, or used on the client-side. It has now been ensured that client-side suspense functions without the deprecated suspenseExchange and uncached results are loaded consistently. As part of this work, the Client itself does now never throw Suspense promises anymore, which is functionality that either way has no place outside of the React/Preact bindings, by @​kitten (See #​1123)
Patch Changes
  • Add support for TypedDocumentNode to infer the type of the OperationResult and Operation for all methods, functions, and hooks that either directly or indirectly accept a DocumentNode. See graphql-typed-document-node and the corresponding blog post for more information., by @​kitten (See #​1113)
  • Refactor useSource hooks which powers useQuery and useSubscription to improve various edge case behaviour. This will not change the behaviour of these hooks dramatically but avoid unnecessary state updates when any updates are obviously equivalent and the hook will furthermore improve continuation from mount to effects, which will fix cases where the state between the mounting and effect phase may slightly change, by @​kitten (See #​1104)
  • Updated dependencies (See #​1119, #​1113, #​1104, and #​1123)

v1.10.3

Compare Source

Patch Changes
  • ⚠️ Fix the production build overwriting the development build. Specifically in the previous release we mistakenly replaced all development bundles with production bundles. This doesn't have any direct influence on how these packages work, but prevented development warnings from being logged or full errors from being thrown, by @​kitten (See #​1097)
  • Updated dependencies (See #​1097)

v1.10.2

Compare Source

Patch Changes
  • Deprecate the Operation.operationName property in favor of Operation.kind. This name was
    previously confusing as operationName was effectively referring to two different things. You can
    safely upgrade to this new version, however to mute all deprecation warnings you will have to
    upgrade all urql packages you use. If you have custom exchanges that spread operations, please
    use the new makeOperation helper
    function
    instead, by @​bkonkle (See #​1045)
  • Updated dependencies (See #​1094 and #​1045)

v1.10.1

[Compare Source](https://github.com/FormidableLabs/urql/compare/u


Renovate configuration

📅 Schedule: "before 7am on Monday" in timezone GMT.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the maintenance label Sep 28, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 28, 2020
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from 75099db to 2a5f566 Compare September 28, 2020 14:04
@sidharthachatterjee sidharthachatterjee removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 28, 2020
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 14 times, most recently from 5f217dd to f0c7053 Compare October 5, 2020 13:49
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 11 times, most recently from 57adff8 to 7de19f6 Compare October 8, 2020 22:40
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 4 times, most recently from 0339fd2 to c77e41e Compare December 12, 2020 15:06
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 5 times, most recently from cad549c to e29a251 Compare December 21, 2020 04:13
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from 788e611 to 79b2ee7 Compare January 4, 2021 01:16
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from 79b2ee7 to 96cd196 Compare January 11, 2021 02:13
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from 2ec2b65 to 5b5360f Compare February 1, 2021 03:41
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from 5b5360f to d5dec14 Compare February 8, 2021 03:15
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from d5dec14 to e990a3d Compare February 15, 2021 05:45
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from a43cf4a to 0a34feb Compare March 8, 2021 01:29
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from 0a34feb to bf5d30f Compare March 15, 2021 01:41
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from 6f7ffe4 to 0766c92 Compare March 29, 2021 00:40
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch 2 times, most recently from fccb026 to dee7f8c Compare April 12, 2021 01:13
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from dee7f8c to a16bee5 Compare April 19, 2021 03:13
@renovate renovate bot force-pushed the renovate/gatsby-recipes branch from a16bee5 to 7c3a133 Compare April 26, 2021 00:38
@LekoArts LekoArts closed this Apr 29, 2021
@LekoArts LekoArts deleted the renovate/gatsby-recipes branch April 29, 2021 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants